-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
[Templating] added the private
parameter in the TemplateController example
#13104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, just some minors comments
@@ -494,6 +497,8 @@ provided by Symfony: | |||
<!-- special options defined by Symfony to set the page cache --> | |||
<default key="maxAge">86400</default> | |||
<default key="sharedAge">86400</default> | |||
<!-- Whether or not caching should apply for client caches only --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<!-- Whether or not caching should apply for client caches only --> | |
<!-- whether or not caching should apply for client caches only --> |
One question, is this a new feature introduced in 5.0 or was it just missing? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok to merge this in 4.4 since this part has been shorten, and we still have a dedicated note in 3.4.
private
parameter in the TemplateController example
Thank you! I've merged in 4.4 and applied the cs changes. |
…lateController example (zairigimad) This PR was submitted for the 5.0 branch but it was squashed and merged into the 4.4 branch instead (closes #13104). Discussion ---------- [Templating] added the `private` parameter in the TemplateController example Commits ------- 9e4f7ab [Templating] added the `private` parameter in the TemplateController example
No description provided.